home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilcli / vinced.lha / ReadME < prev    next >
Text File  |  1997-01-06  |  5KB  |  110 lines

  1.                         ViNCEd  Version 3.17
  2.                         ---------------------
  3.  
  4. This is the latest version of my full-screen window handler!
  5.  
  6. ******************************************************************
  7.  
  8. Please, before installation, look in the directory
  9. GUIDES in this archive and read the LICENCE!
  10.  
  11. ******************************************************************
  12.  
  13.  
  14. If you want to find out more about this fine program, read the guide, too.
  15.  
  16.  
  17.  
  18. For installation, the path of the default tool of the installer scripts
  19. must be changed. Select the installer icon with the mouse, and choose
  20. the "Info" menu from workbench. Change then the path of the "Default-Tool"
  21. of the icons. I can't provide the Installer program or the AmigaGuide
  22. and Multiview programs itself, since they are copyrighted. Usually, these
  23. programs come with your workbench, but are available thru AmiNet, too.
  24.  
  25.  
  26. The Extras-Drawer contains some additional programs, which are independent
  27. of ViNCEd.
  28.  
  29. _____________________________________________________________________________
  30.  
  31. PatchAlloc:     Removes a bug in the AllocMem procedure of the OS.
  32. Allocating memory with the REVERSE flag may cause a hang if no memory is
  33. available. This bug has been removed in the version 3.0 of the OS and is
  34. now part of the SetPatch program. But if you have older versions of the OS,
  35. copy this file to your C: drawer and insert the command
  36.  
  37. PatchAlloc
  38.  
  39. in your startup-sequence near to the SetPatch-call.
  40.  
  41. ____________________________________________________________________________
  42.  
  43.  
  44. PatchRAM:       Removes some bugs in the RAM disk. First, the RAM disk shows
  45. after installation of this patch the real size of memory it needs - it is
  46. no longer always 100% full - and second it allocates big memory chunks in
  47. reverse order, to avoid unneccessary defragmentation of the memory. You
  48. should copy PatchRAM to your C: drawer and insert it in your
  49. startup-sequence, somewhere below the place where the RAM disk gets accessed
  50. first. A good place is below the line
  51.  
  52. makedir RAM:t
  53. PatchRAM                ;<- insert patch here.
  54.  
  55.  
  56. If you use PatchRAM together with an older release of the OS, install
  57. PatchAlloc first, as described above.
  58.  
  59.  
  60. This program is available from AmiNet, independent of the ViNCEd package.
  61. It's also from THOR.
  62.  
  63. _____________________________________________________________________________
  64.  
  65. FastFonts:      Speeds up text output of topaz.8 and topaz.9, even under
  66. the (faster, but still not fast) Os 2.04 and above. This program should
  67. be inserted in the startup-sequence as well, if you usually work with the
  68. topaz fonts. I know that these fonts are more or less obsolete now....
  69.  
  70. _____________________________________________________________________________
  71.  
  72. StringSnip:     Improves string gadget editor features in a way compare-
  73. able with ViNCEd. The installer script will do the installation for you.
  74. Here are the additional keys:
  75.  
  76. Alt+Cursor      :       Jump to the beginning/end of the next/prev word.
  77. Ctrl+Cursor     :       Jump to the start/end of the input.
  78. Alt+Del         :       Erase complete input (like Amiga-X before)
  79. Shift+Del       :       ditto.
  80. Shift+Alt+BS    :       Erase text in front of cursor to start of line.
  81. Shift+Alt+Del   :       Erase text behind cursor to end of line.
  82. Amiga-X         :       Cut text from gadget into clipboard.
  83. Amiga-C         :       Copy the text from the gadget into the clipboard.
  84. Amiga-V         :       Paste the text in the clipboard into the gadget.
  85.  
  86. Commodore-key   :       Turn of the extensions.
  87.  
  88.  
  89. A similar edit hook can be found in MultiCX, however it does not handle
  90. things compareable to ViNCEd, and for another reason (see below) I recommend
  91. you NOT to use MultiCX.
  92.  
  93. _____________________________________________________________________________
  94.  
  95. TrueMultiAssigns:    Starting with AmigaDOS 2, an assign might include
  96. several directories. However, these so called "MultiAssigns" are not
  97. handled very consistent by AmigaDOS. This patch fixes the pattern matching
  98. routines of AmigaDOS to operate propably with multi directory assigns.
  99. Quite a lot of solutions to the multi assign problem can be found on AmiNet,
  100. but all I had a look on are broken in one or another way (like the 1.02
  101. TrueMultiAssigns by Marcus Wild, or the patch that comes with MultiCX) and
  102. don't operate properly with ViNCEd. As usual, the THOR solution is best!
  103.  
  104. As with StringSnip, TrueMultiAssigns will be added to your startup sequence
  105. by the installer script on request.
  106.  
  107.  
  108.         Thomas,         December 1996
  109.  
  110.